GtkSpinButton: Clarify clamping behavior in gtk_spin_button_set_range doc
authorStef Walter <stefw@collabora.co.uk>
Mon, 14 Nov 2011 09:59:10 +0000 (10:59 +0100)
committerStef Walter <stefw@collabora.co.uk>
Tue, 15 Nov 2011 06:47:35 +0000 (07:47 +0100)
commit5b6f0b9893a146814201a75c55ff223637e2e830
treeb39a1226d8c188a8883746024330e593be546749
parent9ad67a3186b7a67a984b6a2094810ffa024c30a2
GtkSpinButton: Clarify clamping behavior in gtk_spin_button_set_range doc

 * If the current value is outside the range, it will be adjusted
   to fit within the range, otherwise it will remain unchanged.

https://bugzilla.gnome.org/show_bug.cgi?id=664021
gtk/gtkspinbutton.c